feed/packages.git
11 years agoadd espeak, a compact open source software speech synthesizer
Nicolas Thill [Sat, 25 Oct 2014 07:36:03 +0000 (09:36 +0200)]
add espeak, a compact open source software speech synthesizer

Signed-off-by: Nicolas Thill <[email protected]>
11 years agoadd portaudio, a portable cross-platform audio I/O library
Nicolas Thill [Sat, 25 Oct 2014 07:34:59 +0000 (09:34 +0200)]
add portaudio, a portable cross-platform audio I/O library

Signed-off-by: Nicolas Thill <[email protected]>
11 years agohaserl: force rebuild when config changes
Nicolas Thill [Sat, 25 Oct 2014 07:32:56 +0000 (09:32 +0200)]
haserl: force rebuild when config changes

Signed-off-by: Nicolas Thill <[email protected]>
11 years agodump1090: force rebuild when config changes
Nicolas Thill [Sat, 25 Oct 2014 07:32:36 +0000 (09:32 +0200)]
dump1090: force rebuild when config changes

Signed-off-by: Nicolas Thill <[email protected]>
11 years agoopenconnect: force rebuild when config changes
Nicolas Thill [Sat, 25 Oct 2014 07:32:17 +0000 (09:32 +0200)]
openconnect: force rebuild when config changes

Signed-off-by: Nicolas Thill <[email protected]>
11 years agoocserv: force rebuild when config changes
Nicolas Thill [Sat, 25 Oct 2014 07:31:55 +0000 (09:31 +0200)]
ocserv: force rebuild when config changes

Signed-off-by: Nicolas Thill <[email protected]>
11 years agonut: force rebuild when config changes
Nicolas Thill [Sat, 25 Oct 2014 07:31:18 +0000 (09:31 +0200)]
nut: force rebuild when config changes

Signed-off-by: Nicolas Thill <[email protected]>
11 years agognutls: force rebuuld when config changes
Nicolas Thill [Sat, 25 Oct 2014 07:30:33 +0000 (09:30 +0200)]
gnutls: force rebuuld when config changes

Signed-off-by: Nicolas Thill <[email protected]>
11 years agopython3: create ./usr/bin directory at package/install
Nicolas Thill [Fri, 24 Oct 2014 14:24:21 +0000 (16:24 +0200)]
python3: create ./usr/bin directory at package/install

Signed-off-by: Nicolas Thill <[email protected]>
11 years agolftp: disable libidn explicitely
Nicolas Thill [Tue, 23 Sep 2014 23:38:10 +0000 (01:38 +0200)]
lftp: disable libidn explicitely

This prevent detection of libidn when target arch = host arch.

11 years agoluasql: bump to v2.3.0
Nicolas Thill [Mon, 22 Sep 2014 00:35:39 +0000 (02:35 +0200)]
luasql: bump to v2.3.0

11 years agoMerge pull request #462 from bk138/gcc-workaround-sys-sdt-h-detection
sbyx [Fri, 24 Oct 2014 08:02:43 +0000 (10:02 +0200)]
Merge pull request #462 from bk138/gcc-workaround-sys-sdt-h-detection

gcc: work around wrongly detected sys/sdt.h header.

11 years agoMerge pull request #458 from roger-/micropython
sbyx [Fri, 24 Oct 2014 07:05:52 +0000 (09:05 +0200)]
Merge pull request #458 from roger-/micropython

micropython: update to latest

11 years agopython, python3: fix python*-package.mk
Nicolas Thill [Thu, 23 Oct 2014 20:50:54 +0000 (22:50 +0200)]
python, python3: fix python*-package.mk

Replace calls to getvar function recently removed

Signed-off-by: Nicolas Thill <[email protected]>
11 years agoMerge pull request #460 from ejurgensen/master
Ted Hess [Thu, 23 Oct 2014 20:53:32 +0000 (16:53 -0400)]
Merge pull request #460 from ejurgensen/master

forked-daapd: fix libevent dependency problem

11 years agogcc: work around wrongly detected sys/sdt.h header.
Christian Beier [Thu, 23 Oct 2014 14:39:27 +0000 (16:39 +0200)]
gcc: work around wrongly detected sys/sdt.h header.

The build system somehow detects /usr/include/sys/sdt.h, which is part of systemtap-sdt-devel
package in the host environment but not present in the SDK.

This patch simply disables the check for sys/sdt.h, enabling building of this package when
systemtap-sdt-devel is installed in the host environment.

Signed-off-by: Christian Beier <[email protected]>
11 years agolxc: use xz tool from busybox
Petar Koretic [Thu, 23 Oct 2014 13:50:38 +0000 (15:50 +0200)]
lxc: use xz tool from busybox

Signed-off-by: Petar Koretic <[email protected]>
11 years agolxc: create /lxc directory by default
Luka Perkov [Thu, 23 Oct 2014 13:37:59 +0000 (15:37 +0200)]
lxc: create /lxc directory by default

The containers are stored in /lxc rather then in /var/lib/lxc. The latter is
not suitable for OpenWrt.

Signed-off-by: Luka Perkov <[email protected]>
11 years agolxc: patches: add openwrt common config
Petar Koretic [Wed, 22 Oct 2014 09:00:58 +0000 (11:00 +0200)]
lxc: patches: add openwrt common config

Signed-off-by: Petar Koretic <[email protected]>
11 years agolxc: fix hooks installation on 1.0.6
Petar Koretic [Wed, 22 Oct 2014 11:51:52 +0000 (13:51 +0200)]
lxc: fix hooks installation on 1.0.6

Signed-off-by: Petar Koretic <[email protected]>
11 years agolxc: add busybox options menu
Petar Koretic [Wed, 22 Oct 2014 11:49:40 +0000 (13:49 +0200)]
lxc: add busybox options menu

Signed-off-by: Petar Koretic <[email protected]>
11 years agolxc: patches: remove unsupported option
Petar Koretic [Wed, 22 Oct 2014 09:00:45 +0000 (11:00 +0200)]
lxc: patches: remove unsupported option

Signed-off-by: Petar Koretic <[email protected]>
11 years agolxc: add config templates package
Petar Koretic [Wed, 22 Oct 2014 08:29:45 +0000 (10:29 +0200)]
lxc: add config templates package

Signed-off-by: Petar Koretic <[email protected]>
11 years agolxc: enable template installation
Petar Koretic [Tue, 21 Oct 2014 13:33:06 +0000 (15:33 +0200)]
lxc: enable template installation

Signed-off-by: Petar Koretic <[email protected]>
11 years agoforked-daapd: fix libevent dependency problem
ejurgensen [Wed, 22 Oct 2014 21:12:54 +0000 (23:12 +0200)]
forked-daapd: fix libevent dependency problem

Switch to libevent2 which also enables configuring LastFM and removing
special linker flags for libevent1

Signed-off-by: Espen Jürgensen <[email protected]>
11 years agomicropython: update to latest
Roger [Wed, 22 Oct 2014 17:54:05 +0000 (12:54 -0500)]
micropython: update to latest

Signed-off-by: Roger D <[email protected]>
11 years agotracertools: bump version
Daniel Golle [Sun, 19 Oct 2014 18:50:08 +0000 (20:50 +0200)]
tracertools: bump version

Signed-off-by: Daniel Golle <[email protected]>
11 years agolxc: lxc-ls depends on lxc-config
Luka Perkov [Tue, 21 Oct 2014 14:34:01 +0000 (16:34 +0200)]
lxc: lxc-ls depends on lxc-config

Signed-off-by: Luka Perkov <[email protected]>
11 years agolxc: bump to 1.0.6
Luka Perkov [Tue, 21 Oct 2014 13:19:15 +0000 (15:19 +0200)]
lxc: bump to 1.0.6

Signed-off-by: Luka Perkov <[email protected]>
11 years agonspr: bump to 3.16.6
Luka Perkov [Tue, 21 Oct 2014 13:07:26 +0000 (15:07 +0200)]
nspr: bump to 3.16.6

Signed-off-by: Luka Perkov <[email protected]>
11 years agofile: bump to 5.20
Luka Perkov [Tue, 21 Oct 2014 12:38:52 +0000 (14:38 +0200)]
file: bump to 5.20

Signed-off-by: Luka Perkov <[email protected]>
11 years agolxc: set default lxcpath to /lxc
Luka Perkov [Sun, 12 Oct 2014 07:44:08 +0000 (09:44 +0200)]
lxc: set default lxcpath to /lxc

Signed-off-by: Luka Perkov <[email protected]>
11 years agorpcd-mod-lxc: add package for rpcd lxc module
Luka Perkov [Fri, 10 Oct 2014 13:44:49 +0000 (15:44 +0200)]
rpcd-mod-lxc: add package for rpcd lxc module

Signed-off-by: Luka Perkov <[email protected]>
11 years agolxc: add missing lxc-init package
Luka Perkov [Fri, 10 Oct 2014 12:38:20 +0000 (14:38 +0200)]
lxc: add missing lxc-init package

Signed-off-by: Luka Perkov <[email protected]>
11 years agoMerge pull request #450 from commodo/python3-update-1-2-3
sbyx [Tue, 21 Oct 2014 06:55:16 +0000 (08:55 +0200)]
Merge pull request #450 from commodo/python3-update-1-2-3

Python3 update 1 2 3

11 years agoMerge pull request #449 from commodo/python-update-3
sbyx [Tue, 21 Oct 2014 06:55:11 +0000 (08:55 +0200)]
Merge pull request #449 from commodo/python-update-3

python: fix source folder for libpython

11 years agofastd: re-enable link-time optimization
Matthias Schiffer [Tue, 21 Oct 2014 00:55:30 +0000 (02:55 +0200)]
fastd: re-enable link-time optimization

The toolchain is fixed, so LTO can be enabled again.

Signed-off-by: Matthias Schiffer <[email protected]>
11 years agoMerge pull request #452 from ejurgensen/forked-daapd
Ted Hess [Mon, 20 Oct 2014 22:59:15 +0000 (18:59 -0400)]
Merge pull request #452 from ejurgensen/forked-daapd

forked-daapd: add gperf host tool dependency

11 years agoMerge pull request #451 from ejurgensen/upstream
Ted Hess [Mon, 20 Oct 2014 22:58:37 +0000 (18:58 -0400)]
Merge pull request #451 from ejurgensen/upstream

gperf: modified copy from oldpackages, upgrade to 3.0.4

11 years agoforked-daapd: add gperf host tool dependency
ejurgensen [Mon, 20 Oct 2014 20:55:55 +0000 (22:55 +0200)]
forked-daapd: add gperf host tool dependency

Signed-off-by: Espen Jürgensen <[email protected]>
11 years agogperf: modified copy from oldpackages, upgrade to 3.0.4
ejurgensen [Mon, 20 Oct 2014 20:54:15 +0000 (22:54 +0200)]
gperf: modified copy from oldpackages, upgrade to 3.0.4

Signed-off-by: Espen Jürgensen <[email protected]>
11 years agoMerge pull request #447 from openwrt/libxml2-update
Michael Heimpold [Mon, 20 Oct 2014 18:56:17 +0000 (20:56 +0200)]
Merge pull request #447 from openwrt/libxml2-update

libxml2: update to 2.9.2

11 years agounrar: Update to version 5.2.1, refresh patch.
Álvaro Fernández Rojas [Mon, 20 Oct 2014 17:47:04 +0000 (19:47 +0200)]
unrar: Update to version 5.2.1, refresh patch.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
11 years agopython3: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions
Alexandru Ardelean [Sun, 19 Oct 2014 18:17:33 +0000 (21:17 +0300)]
python3: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions

This mostly helps to avoid confusion when modules are cross-compiled.
Otherwise build folders are named with the host's platform name.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython3: enable shared python3 lib; make this the norm
Alexandru Ardelean [Mon, 20 Oct 2014 15:32:41 +0000 (18:32 +0300)]
python3: enable shared python3 lib; make this the norm

This will reduce the bloat when users will want to compile in their
Python C extensions.
There will be a initial bloat (several kb) if just Python
is installed, but that will be compensated when users will add more
C extensions.

During the build we also have to add Python's PKG_BUILD_DIR
so that the shared lib is found when compiling Python's
built-in C extensions.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython3: add LD and LDSHARED env vars to Build/Compile/Py3Mod
Alexandru Ardelean [Sun, 19 Oct 2014 07:21:03 +0000 (10:21 +0300)]
python3: add LD and LDSHARED env vars to Build/Compile/Py3Mod

Tells the host Python to use the target's linker.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython3: add PYTHON3_INC_DIR var to CPPFLAGS
Alexandru Ardelean [Sun, 19 Oct 2014 07:03:44 +0000 (10:03 +0300)]
python3: add PYTHON3_INC_DIR var to CPPFLAGS

The target's PYTHON3_INC_DIR should take precedence over the host's
include dir when cross-compiling.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython3: export CC + CCSHARED env vars to cross-compile Python C extensions properly
Alexandru Ardelean [Sat, 18 Oct 2014 21:45:59 +0000 (00:45 +0300)]
python3: export CC + CCSHARED env vars to cross-compile Python C extensions properly

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: fix source folder for libpython
Alexandru Ardelean [Mon, 20 Oct 2014 16:07:23 +0000 (19:07 +0300)]
python: fix source folder for libpython

This fix is quite critical since it fixes copying the libpython shared lib.
The previous source folder we've used is ok, it has the shared lib,
but libpython2.7.so is not a symlink of libpython2.7.so.1.0, but
rather a copy of it.
Which means that libpython2.7.so takes twice as much space
on the target's flash.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython3: add patch to disable package compiles/tests during cross-builts
Alexandru Ardelean [Fri, 17 Oct 2014 14:04:26 +0000 (17:04 +0300)]
python3: add patch to disable package compiles/tests during cross-builts

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: add ac_cv_buggy_getaddrinfo=no to config.site file
Alexandru Ardelean [Mon, 20 Oct 2014 15:09:57 +0000 (18:09 +0300)]
python: add ac_cv_buggy_getaddrinfo=no to config.site file

Required when IPv6 support gets enabled.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython3: patch setup.py so that it does not include system include dirs
Alexandru Ardelean [Fri, 17 Oct 2014 13:34:12 +0000 (16:34 +0300)]
python3: patch setup.py so that it does not include system include dirs

Seems that the Python C extensions were being
(or at least trying to be) build using '/usr/include' as the first
include folder.

Seems this issue was already fixed on MacOS X and now we've extended
it for our case.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython3: enforce the existence of files in the filespecs
Alexandru Ardelean [Thu, 16 Oct 2014 13:15:56 +0000 (16:15 +0300)]
python3: enforce the existence of files in the filespecs

Seems that this allows some goofs, because some files
silently do not get copied and the build succeeds, even though
it shouldn't.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython3: reduce bloat by removing *.pyo and *.pyc files
Alexandru Ardelean [Thu, 16 Oct 2014 05:46:32 +0000 (08:46 +0300)]
python3: reduce bloat by removing *.pyo and *.pyc files

Seems that if you add a package folder this would also
include the compiled python3 files which increases fw size.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agolibxml2: update to 2.9.2
Steven Barth [Mon, 20 Oct 2014 08:57:42 +0000 (10:57 +0200)]
libxml2: update to 2.9.2

fixes CVE-2014-3660, CVE-2014-0191 among other issues

Signed-off-by: Steven Barth <[email protected]>
11 years agostrongswan: update to 5.2.1
Steven Barth [Mon, 20 Oct 2014 07:16:18 +0000 (09:16 +0200)]
strongswan: update to 5.2.1

Signed-off-by: Steven Barth <[email protected]>
11 years agocyrus-sasl / postfix: work around recursive dependency issue in toolchain
Steven Barth [Mon, 20 Oct 2014 07:07:04 +0000 (09:07 +0200)]
cyrus-sasl / postfix: work around recursive dependency issue in toolchain

Signed-off-by: Steven Barth <[email protected]>
11 years agoMerge pull request #445 from commodo/python-update-2
sbyx [Mon, 20 Oct 2014 06:55:04 +0000 (08:55 +0200)]
Merge pull request #445 from commodo/python-update-2

Python update 2

11 years agoMerge pull request #435 from MikePetullo/bogofilter
sbyx [Mon, 20 Oct 2014 05:43:37 +0000 (07:43 +0200)]
Merge pull request #435 from MikePetullo/bogofilter

bogofilter: depend on db47 with statistics support

11 years agoMerge pull request #434 from MikePetullo/db47
sbyx [Mon, 20 Oct 2014 05:43:04 +0000 (07:43 +0200)]
Merge pull request #434 from MikePetullo/db47

db47: add option to turn off small build

11 years agoMerge pull request #386 from Shulyaka/postfix
sbyx [Mon, 20 Oct 2014 05:40:55 +0000 (07:40 +0200)]
Merge pull request #386 from Shulyaka/postfix

postfix: new packages for Postfix MTA

11 years agoPostfix MTA
Denis Shulyaka [Tue, 30 Sep 2014 21:08:26 +0000 (01:08 +0400)]
Postfix MTA

Signed-off-by: Denis Shulyaka <[email protected]>
11 years agobogofilter: create /usr/sbin before installing postfix-bogofilter there
W. Michael Petullo [Mon, 20 Oct 2014 02:40:02 +0000 (22:40 -0400)]
bogofilter: create /usr/sbin before installing postfix-bogofilter there

Signed-off-by: W. Michael Petullo <[email protected]>
11 years agobogofilter: depend on db47 with statistics support
W. Michael Petullo [Mon, 20 Oct 2014 02:27:52 +0000 (22:27 -0400)]
bogofilter: depend on db47 with statistics support

Signed-off-by: W. Michael Petullo <[email protected]>
11 years agoMerge remote-tracking branch 'openwrt/master' into bogofilter
W. Michael Petullo [Mon, 20 Oct 2014 02:27:11 +0000 (22:27 -0400)]
Merge remote-tracking branch 'openwrt/master' into bogofilter

11 years agobogofilter: install postfix-bogofilter script
W. Michael Petullo [Mon, 20 Oct 2014 02:25:31 +0000 (22:25 -0400)]
bogofilter: install postfix-bogofilter script

Signed-off-by: W. Michael Petullo <[email protected]>
11 years agodb47: add a variant full which builds statistics etc. support
W. Michael Petullo [Mon, 20 Oct 2014 02:20:02 +0000 (22:20 -0400)]
db47: add a variant full which builds statistics etc. support

Signed-off-by: W. Michael Petullo <[email protected]>
11 years agoMerge pull request #443 from ott/master
sbyx [Sun, 19 Oct 2014 19:58:06 +0000 (21:58 +0200)]
Merge pull request #443 from ott/master

knot: Split utils subpackage

11 years agopython: use libncursesw instead of libncurses
Alexandru Ardelean [Sun, 19 Oct 2014 19:38:03 +0000 (22:38 +0300)]
python: use libncursesw instead of libncurses

Python's build scripts prefer ncursesw, and if it is detected
it will be used.
The problem will occur when linking, since ncursesw libs may not be
installed if not added as deps, but the sources will be compiled
against ncursesw.

Reference from Python's HISTORY file:
  Patch #1428494: Prefer linking against ncursesw over ncurses library.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions
Alexandru Ardelean [Sun, 19 Oct 2014 18:17:33 +0000 (21:17 +0300)]
python: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions

This mostly helps to avoid confusion when modules are cross-compiled.
Otherwise build folders are named with the host's platform name.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: enable shared python lib; make this the norm
Alexandru Ardelean [Sun, 19 Oct 2014 07:45:17 +0000 (10:45 +0300)]
python: enable shared python lib; make this the norm

This will reduce the bloat when users will want to compile in their
Python C extensions.
There will be a initial bloat (several kb) if just Python
is installed, but that will be compensated when users will add more
C extensions.

During the build we also have to add Python's PKG_BUILD_DIR
so that the shared lib is found when compiling Python's
built-in C extensions.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: add LD and LDSHARED env vars to Build/Compile/PyMod
Alexandru Ardelean [Sun, 19 Oct 2014 07:21:03 +0000 (10:21 +0300)]
python: add LD and LDSHARED env vars to Build/Compile/PyMod

Tells the host Python to use the target's linker.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: add PYTHON_INC_DIR var to CPPFLAGS
Alexandru Ardelean [Sun, 19 Oct 2014 07:03:44 +0000 (10:03 +0300)]
python: add PYTHON_INC_DIR var to CPPFLAGS

The target's PYTHON_INC_DIR should take precedence over the host's
include dir when cross-compiling.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: do not install pyconfig.h on the target
Alexandru Ardelean [Sat, 18 Oct 2014 22:29:21 +0000 (01:29 +0300)]
python: do not install pyconfig.h on the target

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: export CC + CCSHARED env vars to cross-compile Python C extensions properly
Alexandru Ardelean [Sat, 18 Oct 2014 21:45:59 +0000 (00:45 +0300)]
python: export CC + CCSHARED env vars to cross-compile Python C extensions properly

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agoMerge pull request #444 from cyanidium/master
sbyx [Sun, 19 Oct 2014 17:44:53 +0000 (19:44 +0200)]
Merge pull request #444 from cyanidium/master

nut: Updated copyright (c) notice

11 years agonut: Updated (c) notice
Marty R [Sun, 19 Oct 2014 16:40:02 +0000 (09:40 -0700)]
nut: Updated (c) notice

Signed-off-by: Martin Rowe <[email protected]>
11 years agoknot: Split utils subpackage
Matthias-Christian Ott [Sat, 18 Oct 2014 19:59:23 +0000 (21:59 +0200)]
knot: Split utils subpackage

knot-utils consists of kdig, khost, knsec3hash and knsupdate. In order
to reduce the size of software installed on a device it is useful to
include a minimal collection of software and thus it should be possible
to install the utilities individually. bind also creates a subpackage
for each utility.

Signed-off-by: Matthias-Christian Ott <[email protected]>
11 years agodovecot: update to 2.2.14
Peter Wagner [Sun, 19 Oct 2014 02:57:17 +0000 (04:57 +0200)]
dovecot: update to 2.2.14

Signed-off-by: Peter Wagner <[email protected]>
11 years agoopenssh: update to 6.7p1
Peter Wagner [Sun, 19 Oct 2014 02:44:24 +0000 (04:44 +0200)]
openssh: update to 6.7p1

Signed-off-by: Peter Wagner <[email protected]>
11 years agoMerge pull request #440 from ejurgensen/master
Ted Hess [Sat, 18 Oct 2014 23:00:58 +0000 (19:00 -0400)]
Merge pull request #440 from ejurgensen/master

forked-daapd and required libraries

11 years agolvm2: add from old repo and update
Daniel Golle [Sat, 18 Oct 2014 22:35:17 +0000 (00:35 +0200)]
lvm2: add from old repo and update

Also add patch to fix blkid header location as suggested in #17877

Signed-off-by: Daniel Golle <[email protected]>
11 years agoirssi: update to 0.8.17
Peter Wagner [Sat, 18 Oct 2014 21:00:03 +0000 (23:00 +0200)]
irssi: update to 0.8.17

Signed-off-by: Peter Wagner <[email protected]>
11 years agoforked-daapd: add version 22.0
ejurgensen [Thu, 16 Oct 2014 21:34:24 +0000 (23:34 +0200)]
forked-daapd: add version 22.0

Signed-off-by: Espen Jürgensen <[email protected]>
11 years agomxml: copy from oldpackages and update Makefile slightly
ejurgensen [Thu, 16 Oct 2014 21:28:24 +0000 (23:28 +0200)]
mxml: copy from oldpackages and update Makefile slightly

Signed-off-by: Espen Jürgensen <[email protected]>
11 years agolibunistring: add version 0.9.4
ejurgensen [Thu, 16 Oct 2014 21:27:04 +0000 (23:27 +0200)]
libunistring: add version 0.9.4

Signed-off-by: Espen Jürgensen <[email protected]>
11 years agolibavl: add version 0.3.5
ejurgensen [Thu, 16 Oct 2014 21:25:54 +0000 (23:25 +0200)]
libavl: add version 0.3.5

Signed-off-by: Espen Jürgensen <[email protected]>
11 years agolibantlr3c: add version 3.2
ejurgensen [Thu, 16 Oct 2014 21:24:10 +0000 (23:24 +0200)]
libantlr3c: add version 3.2

Signed-off-by: Espen Jürgensen <[email protected]>
11 years agoMerge pull request #442 from hnyman/patch-sqm
Toke Høiland-Jørgensen [Sat, 18 Oct 2014 15:50:49 +0000 (17:50 +0200)]
Merge pull request #442 from hnyman/patch-sqm

sqm-scripts: Fix a minor bug, add copyrights, improve logging

11 years agonfs-kernel-server: update to 1.3.1
Peter Wagner [Sat, 18 Oct 2014 13:34:22 +0000 (15:34 +0200)]
nfs-kernel-server: update to 1.3.1

Signed-off-by: Peter Wagner <[email protected]>
11 years agoMerge pull request #439 from commodo/openvswitch-ipsec
sbyx [Sat, 18 Oct 2014 10:36:15 +0000 (12:36 +0200)]
Merge pull request #439 from commodo/openvswitch-ipsec

Openvswitch IPSec Monitor + Python Bindings

11 years agosqm-scripts: Fix a minor bug, add copyrights, improve logging
Hannu Nyman [Sat, 18 Oct 2014 10:25:46 +0000 (13:25 +0300)]
sqm-scripts: Fix a minor bug, add copyrights, improve logging

Changes committed to the cerowrt original repo after the initial import here:
 - Better license & copyright statements, as requested
 - Fixed a minor bug in stopping sqm
 - Logging improvements
 - Dead code removed
 - Typos corrected

Signed-off-by: Hannu Nyman <[email protected]>
11 years agoMerge pull request #438 from commodo/python-update-1
sbyx [Sat, 18 Oct 2014 08:33:38 +0000 (10:33 +0200)]
Merge pull request #438 from commodo/python-update-1

Python update 1

11 years agoopenvswitch: add openvswitch-ipsesc package back
Alexandru Ardelean [Thu, 18 Sep 2014 14:13:13 +0000 (17:13 +0300)]
openvswitch: add openvswitch-ipsesc package back

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agoopenvswitch: add openvswitch-python subpackage
Alexandru Ardelean [Thu, 18 Sep 2014 14:03:25 +0000 (17:03 +0300)]
openvswitch: add openvswitch-python subpackage

Requires python package.
Required by other openvswitch subpackages (like openvswitch-python).

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: add libopenssl and libcrypto as package deps
Alexandru Ardelean [Fri, 17 Oct 2014 14:08:27 +0000 (17:08 +0300)]
python: add libopenssl and libcrypto as package deps

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: _md5 + _sha libs are now grouped under _hashlibs
Alexandru Ardelean [Fri, 17 Oct 2014 14:05:24 +0000 (17:05 +0300)]
python: _md5 + _sha libs are now grouped under _hashlibs

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: add patch to disable package compiles/tests during cross-builts
Alexandru Ardelean [Fri, 17 Oct 2014 14:04:26 +0000 (17:04 +0300)]
python: add patch to disable package compiles/tests during cross-builts

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: add ac_cv_buggy_getaddrinfo=no to config.site file
Alexandru Ardelean [Fri, 17 Oct 2014 13:39:25 +0000 (16:39 +0300)]
python: add ac_cv_buggy_getaddrinfo=no to config.site file

Required when IPv6 support gets enabled.

Signed-off-by: Alexandru Ardelean <[email protected]>
11 years agopython: patch setup.py so that it does not include system include dirs
Alexandru Ardelean [Fri, 17 Oct 2014 13:34:12 +0000 (16:34 +0300)]
python: patch setup.py so that it does not include system include dirs

Seems that the Python C extensions were being
(or at least trying to be) build using '/usr/include' as the first
include folder.

Seems this issue was already fixed on MacOS X and now we've extended
it for our case.

Signed-off-by: Alexandru Ardelean <[email protected]>